home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
duftp.lzh
/
DUFTP
/
LOCAL_FS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-07
|
151 b
|
13 lines
/*
DUFTP
*/
// Local Filesystem Handling (HEADER)
#ifndef _LOCAL_FS_H_
#define _LOCAL_FS_H_
extern void get_local_files(void);
#endif